build/cups: remove checks for httpGetAuthString and http_t.authstring
authorChristoph Reiter <creiter@src.gnome.org>
Sat, 15 Jun 2019 07:42:17 +0000 (09:42 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Mon, 1 Jul 2019 19:34:44 +0000 (21:34 +0200)
commit4d4e02c9d0cea4113a02fca2cf0d3efefe384e78
tree5d4c6f78953b572cf3293a8f82766e71c14d48a2
parentf6019f1a16345e591fcc778b5383085d5046a64a
build/cups: remove checks for httpGetAuthString and http_t.authstring

httpGetAuthString() was added with cups 1.3 and we depend on a newer version
now. The direct field access was a fallback in case httpGetAuthString()
was missing, so this can also be dropped.

Ported to master from !938
config.h.meson
modules/printbackends/gtkcupsutils.c
modules/printbackends/meson.build